home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_09_09
/
9n09063a
< prev
next >
Wrap
Text File
|
1991-06-05
|
348b
|
25 lines
/*
* asn1.h -- Header for ASN.1 functions.
*/
#ifndef _asn1_h
#define _asn1_h
/* Standard C only guarantees 6 character
* external names. */
#define show_value_notation asnSVN
/* function prototypes */
char *
show_value_notation(
#ifdef __STDC__
char *,
size_t,
size_t
#endif
);
#endif /* _asn_h */